gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.h
authorMichael Natterer <mitch@imendio.com>
Fri, 13 Jun 2008 14:26:44 +0000 (14:26 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 13 Jun 2008 14:26:44 +0000 (14:26 +0000)
2008-06-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkcellrendereraccel.h
* gtk/gtkfilechooser.h
* gtk/gtkfilechooserdialog.h
* gtk/gtkfilechooserwidget.h
* gtk/gtkmenutoolbutton.h
* gtk/gtkpagesetup.h
* gtk/gtkpapersize.h
* gtk/gtkprintcontext.h
* gtk/gtkprintoperation.h
* gtk/gtkprintoperationpreview.h
* gtk/gtkprintsettings.h
* gtk/gtkradiotoolbutton.h
* gtk/gtkrecentchooser.h
* gtk/gtkrecentchooserdialog.h
* gtk/gtkrecentchoosermenu.h
* gtk/gtkrecentchooserwidget.h
* gtk/gtkseparatortoolitem.h
* gtk/gtkshow.h
* gtk/gtktoggletoolbutton.h
* gtk/gtktoolbar.h
* gtk/gtktoolbutton.h
* gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of
"gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers.

svn path=/trunk/; revision=20375

23 files changed:
ChangeLog
gtk/gtkcellrendereraccel.h
gtk/gtkfilechooser.h
gtk/gtkfilechooserdialog.h
gtk/gtkfilechooserwidget.h
gtk/gtkmenutoolbutton.h
gtk/gtkpagesetup.h
gtk/gtkpapersize.h
gtk/gtkprintcontext.h
gtk/gtkprintoperation.h
gtk/gtkprintoperationpreview.h
gtk/gtkprintsettings.h
gtk/gtkradiotoolbutton.h
gtk/gtkrecentchooser.h
gtk/gtkrecentchooserdialog.h
gtk/gtkrecentchoosermenu.h
gtk/gtkrecentchooserwidget.h
gtk/gtkseparatortoolitem.h
gtk/gtkshow.h
gtk/gtktoggletoolbutton.h
gtk/gtktoolbar.h
gtk/gtktoolbutton.h
gtk/gtktooltip.h

index c76a0a4b80324a9c546db838bbfd2cefecd4781c..5bd91558bd7ed17e7e3f728d2ffead7ba18b819d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2008-06-13  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkcellrendereraccel.h
+       * gtk/gtkfilechooser.h
+       * gtk/gtkfilechooserdialog.h
+       * gtk/gtkfilechooserwidget.h
+       * gtk/gtkmenutoolbutton.h
+       * gtk/gtkpagesetup.h
+       * gtk/gtkpapersize.h
+       * gtk/gtkprintcontext.h
+       * gtk/gtkprintoperation.h
+       * gtk/gtkprintoperationpreview.h
+       * gtk/gtkprintsettings.h
+       * gtk/gtkradiotoolbutton.h
+       * gtk/gtkrecentchooser.h
+       * gtk/gtkrecentchooserdialog.h
+       * gtk/gtkrecentchoosermenu.h
+       * gtk/gtkrecentchooserwidget.h
+       * gtk/gtkseparatortoolitem.h
+       * gtk/gtkshow.h
+       * gtk/gtktoggletoolbutton.h
+       * gtk/gtktoolbar.h
+       * gtk/gtktoolbutton.h
+       * gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of
+       "gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers.
+
 2008-06-13  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtktexttagtable.h: remove double inclusion of
index 45c1cf6fc62be8e7aaa1480f01e7055ea4761ab9..40fa1eee1a289c516aecb42c6d186dd66598ba96 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef __GTK_CELL_RENDERER_ACCEL_H__
 #define __GTK_CELL_RENDERER_ACCEL_H__
 
-#include "gtkcellrenderertext.h"
+#include <gtk/gtkcellrenderertext.h>
 
 G_BEGIN_DECLS
 
index 63a7c6f11b541ed73be5f8a459adf457f6bbb717..0e08c7da6748735be01aaa40ead7e46b717f7560 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef __GTK_FILE_CHOOSER_H__
 #define __GTK_FILE_CHOOSER_H__
 
-#include "gtkfilefilter.h"
+#include <gtk/gtkfilefilter.h>
 #include <gtk/gtkwidget.h>
 
 G_BEGIN_DECLS
index f1ed3301c20c010977fbd1f9e4a0fe578e59bf57..7d99be0904193fa89c766b88c3361214661c8229 100644 (file)
@@ -26,7 +26,7 @@
 #define __GTK_FILE_CHOOSER_DIALOG_H__
 
 #include <gtk/gtkdialog.h>
-#include "gtkfilechooser.h"
+#include <gtk/gtkfilechooser.h>
 
 G_BEGIN_DECLS
 
index 8de57e675acba27623da4a7d7db1469f96b68e93..20db97810c06718d751fc1961c1335eb5c5eb6db 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef __GTK_FILE_CHOOSER_WIDGET_H__
 #define __GTK_FILE_CHOOSER_WIDGET_H__
 
-#include "gtkfilechooser.h"
+#include <gtk/gtkfilechooser.h>
 #include <gtk/gtkvbox.h>
 
 G_BEGIN_DECLS
index 8c8f046f13bbd173b36e7dd82d68168efb64e896..d71f98d2d884025fcf1fa907702228afc6462b74 100644 (file)
@@ -26,8 +26,8 @@
 #ifndef __GTK_MENU_TOOL_BUTTON_H__
 #define __GTK_MENU_TOOL_BUTTON_H__
 
-#include "gtkmenu.h"
-#include "gtk/gtktoolbutton.h"
+#include <gtk/gtkmenu.h>
+#include <gtk/gtktoolbutton.h>
 
 G_BEGIN_DECLS
 
index c96c701978391229aea0ea7cda4232f592ed953a..edabb32d7de6ec6a458969f7094e34d5736b9186 100644 (file)
@@ -26,8 +26,8 @@
 #define __GTK_PAGE_SETUP_H__
 
 #include <glib-object.h>
-#include "gtkenums.h"
-#include "gtkpapersize.h"
+#include <gtk/gtkenums.h>
+#include <gtk/gtkpapersize.h>
 
 G_BEGIN_DECLS
 
index 24aae931753ddac6bc28790c164e99769fbadec4..49324fb2090df03d4e95454a848adfc731a550c6 100644 (file)
@@ -26,7 +26,7 @@
 #define __GTK_PAPER_SIZE_H__
 
 #include <glib-object.h>
-#include "gtkenums.h"
+#include <gtk/gtkenums.h>
 
 G_BEGIN_DECLS
 
index 6350a3ca9414be087201052cfed7d1b7fd5d8129..5c69b9aa52220bfdd84cf890b8229d19e17ef1eb 100644 (file)
@@ -27,8 +27,8 @@
 
 #include <glib-object.h>
 #include <pango/pango.h>
-#include "gtkenums.h"
-#include "gtkpagesetup.h"
+#include <gtk/gtkenums.h>
+#include <gtk/gtkpagesetup.h>
 
 G_BEGIN_DECLS
 
index acbbaec83dca72630ad5b63f99871e819080c74d..0d2a0c985618b8128b89ce8583768995882ab11b 100644 (file)
 
 #include <glib-object.h>
 #include <cairo.h>
-#include "gtkmain.h"
-#include "gtkenums.h"
-#include "gtkwindow.h"
-#include "gtkpagesetup.h"
-#include "gtkprintsettings.h"
-#include "gtkprintcontext.h"
-#include "gtkprintoperationpreview.h"
+#include <gtk/gtkmain.h>
+#include <gtk/gtkenums.h>
+#include <gtk/gtkwindow.h>
+#include <gtk/gtkpagesetup.h>
+#include <gtk/gtkprintsettings.h>
+#include <gtk/gtkprintcontext.h>
+#include <gtk/gtkprintoperationpreview.h>
 
 G_BEGIN_DECLS
 
index ae0b3975be07160467f7366407a7b8c82faf723c..c098a25f4ac4f59046838963dc91434a221985b1 100644 (file)
@@ -27,8 +27,7 @@
 
 #include <glib-object.h>
 #include <cairo.h>
-
-#include "gtkprintcontext.h"
+#include <gtk/gtkprintcontext.h>
 
 G_BEGIN_DECLS
 
index f41bf5cb35303c44649f515cb314d6493f371309..493160b651382b82a25138aefec5c70e312a32af 100644 (file)
@@ -26,7 +26,7 @@
 #define __GTK_PRINT_SETTINGS_H__
 
 #include <glib-object.h>
-#include "gtkpapersize.h"
+#include <gtk/gtkpapersize.h>
 
 G_BEGIN_DECLS
 
index 32d0e7b6a0371d42bbfa878cafbc3f96bc8088cf..768c7630b60728644ed92c86f6abb17fc68f40e9 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __GTK_RADIO_TOOL_BUTTON_H__
 #define __GTK_RADIO_TOOL_BUTTON_H__
 
-#include "gtktoggletoolbutton.h"
+#include <gtk/gtktoggletoolbutton.h>
 
 G_BEGIN_DECLS
 
index fe58d15727fb19e28b5fadda3f6e126388b75624..2b5dd7e55f0e95c8dd74e41aee1f4f0f8474435c 100644 (file)
@@ -27,9 +27,8 @@
 #define __GTK_RECENT_CHOOSER_H__
 
 #include <gtk/gtkwidget.h>
-
-#include "gtkrecentmanager.h"
-#include "gtkrecentfilter.h"
+#include <gtk/gtkrecentmanager.h>
+#include <gtk/gtkrecentfilter.h>
 
 G_BEGIN_DECLS
 
index 7ccdef1de95f2c19f3032af112720c21d882fad5..07ef04ecc3292218552a6490cfbd56a2776698e9 100644 (file)
@@ -26,7 +26,7 @@
 #define __GTK_RECENT_CHOOSER_DIALOG_H__
 
 #include <gtk/gtkdialog.h>
-#include "gtkrecentchooser.h"
+#include <gtk/gtkrecentchooser.h>
 
 G_BEGIN_DECLS
 
index 513ef44007c619154d31cc103990a29f9a3d78f4..2a140c5460510149c4588342613859a905700672 100644 (file)
@@ -26,7 +26,7 @@
 #define __GTK_RECENT_CHOOSER_MENU_H__
 
 #include <gtk/gtkmenu.h>
-#include "gtkrecentchooser.h"
+#include <gtk/gtkrecentchooser.h>
 
 G_BEGIN_DECLS
 
index 77a8f0d4612a4913f161f2f7b2e11a9653ad047d..4ffcfa42d57e19bdb0af3cf1cb855e8f83901dfb 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef __GTK_RECENT_CHOOSER_WIDGET_H__
 #define __GTK_RECENT_CHOOSER_WIDGET_H__
 
-#include "gtkrecentchooser.h"
+#include <gtk/gtkrecentchooser.h>
 #include <gtk/gtkvbox.h>
 
 G_BEGIN_DECLS
index 79075ee503588798c3c7a2fc0755f59feffb695d..d88ff88dcd0b36699b957bcd3c277397d1048493 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef __GTK_SEPARATOR_TOOL_ITEM_H__
 #define __GTK_SEPARATOR_TOOL_ITEM_H__
 
-#include "gtktoolitem.h"
+#include <gtk/gtktoolitem.h>
 
 G_BEGIN_DECLS
 
index 44e65c81174784d7ef5ac5135f8a8032d05a1d10..be0c4e3a6b1d43efbd006e2a5ade52e9174acf4e 100644 (file)
@@ -27,8 +27,7 @@
 #ifndef __GTK_SHOW_H__
 #define __GTK_SHOW_H__
 
-#include <glib.h>
-#include "gdk/gdk.h"
+#include <gdk/gdk.h>
 
 G_BEGIN_DECLS
 
index cc0c85693e93fdcb47dc21695ffa22f762706870..738d0f5cb77c92cb23f55c7dd30f61cce8e987b7 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __GTK_TOGGLE_TOOL_BUTTON_H__
 #define __GTK_TOGGLE_TOOL_BUTTON_H__
 
-#include "gtktoolbutton.h"
+#include <gtk/gtktoolbutton.h>
 
 G_BEGIN_DECLS
 
index 95ae84b933c7224e93e0c04ccacbefbecbe9854e..ce412672d7818be612e9dc53fde707a1422268bd 100644 (file)
@@ -40,8 +40,7 @@
 #include <gtk/gtkcontainer.h>
 #include <gtk/gtkenums.h>
 #include <gtk/gtktooltips.h>
-
-#include "gtktoolitem.h"
+#include <gtk/gtktoolitem.h>
 
 #ifndef GTK_DISABLE_DEPRECATED
 
index a44ae0dd789daa49984d0a8ac9e7e0ae7680df83..bc1bb43691b94aa384097b2debfd304d2507e2cf 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __GTK_TOOL_BUTTON_H__
 #define __GTK_TOOL_BUTTON_H__
 
-#include "gtktoolitem.h"
+#include <gtk/gtktoolitem.h>
 
 G_BEGIN_DECLS
 
index 6d21d3dbe21d937ace97fabd6e1ed3b9ea9e16d7..be2bd40b4d61aa9cffab0ae7f3532f5123ee7bec 100644 (file)
@@ -26,8 +26,8 @@
 #ifndef __GTK_TOOLTIP_H__
 #define __GTK_TOOLTIP_H__
 
-#include "gtkwidget.h"
-#include "gtkwindow.h"
+#include <gtk/gtkwidget.h>
+#include <gtk/gtkwindow.h>
 
 G_BEGIN_DECLS